None Notebook

This notebook contains material from cbe61622; content is available on Github.

< 10.11 Computer Vision Case Study: Finding Particles in Images | Contents | A.0 Python Source Library >

Open in Colab

Download

10.12 Computer Vision Case Study: Creating an Application

10.12.1 What did we learn about our application?

10.12.1 Classes

How can we break this application down into classes?

What kinds of coding objects do work with?

Main application class: Labeler

Utility classes

Particle Labeling Classes

To facilitate embedded use in a device, the next step is to consolidate these procedures into a class.

10.12.2 Demonstrations

10.12.2.1 Thresholding

< 10.11 Computer Vision Case Study: Finding Particles in Images | Contents | A.0 Python Source Library >

Open in Colab

Download